projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2436a76
)
Deprecate direct access to child in GtkBin.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:18 +0000
(10:57 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:18 +0000
(10:57 +0000)
* gtk/gtkbin.h: Deprecate direct access to child by GSEAL.
svn path=/trunk/; revision=20483
gtk/gtkbin.h
patch
|
blob
|
history
diff --git
a/gtk/gtkbin.h
b/gtk/gtkbin.h
index fb67728f5522ebb9879874d8bddd796f93e4aa56..430efd69cf7684cf43e22e27baf593fe4899fc36 100644
(file)
--- a/
gtk/gtkbin.h
+++ b/
gtk/gtkbin.h
@@
-53,7
+53,7
@@
struct _GtkBin
{
GtkContainer container;
- GtkWidget *
child
;
+ GtkWidget *
GSEAL(child)
;
};
struct _GtkBinClass